home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / online / aminet / search < prev    next >
Text File  |  1996-10-29  |  443b  |  21 lines

  1. ; Searches the Aminet Index for a specified string
  2.  
  3. Version >NIL: version 37
  4. if WARN
  5.     echo ""
  6.     echo "You need at least version 2.04 of the operating system to run Index"
  7.     quit
  8. endif
  9.  
  10. :C/FlashFind INDEX `:C/RequestString TITLE "Search Aminet Index" BODY "Please enter the string to search for"` >RAM:Aminet
  11.  
  12. Version >NIL: version 39
  13. if WARN
  14.     AmigaGuide RAM:Found.tmp
  15. else
  16.     MultiView RAM:Found.tmp
  17. endif
  18.  
  19. delete >NIL: RAM:Aminet
  20.  
  21.